home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’87 / Source ƒ.sit / Source ƒ / communications source ƒ / Vax Xmodem to MacTerminal / MACX.INF < prev    next >
Encoding:
Text File  |  1987-02-21  |  742 b   |  25 lines  |  [TEXT/MARC]

  1. MACX - XMODEM File Transfer Protocol on a VAX
  2.  
  3. This is a FORTRAN program I have downloaded from CompuServe and uploaded to 
  4. our VAX.  It compiled fine, but there is a major problem with the
  5. 7-bit/even standard on our networks.  You have to change your VAX and Mac
  6. terminal configurations to 8-bit/no parity.  Here's the formula:
  7.  
  8.     Prepare an alternate MacTerminal document with 8-bit/no parity.
  9.  
  10.     Define this symbol:
  11.  
  12.         macx :== @usera:[sci04444.macx]macx.com
  13.  
  14.     Then enter the command:
  15.  
  16.         $ macx
  17.  
  18.     You will then get some garbage in on your screen because the VAX
  19.     will be in 8-bit/noparity mode.  Close your normal MacTerminal
  20.     document and open the alternate document.
  21.  
  22.     Press RETURN to gain the attention of MACX.
  23.  
  24.  
  25.